home *** CD-ROM | disk | FTP | other *** search
- object FindForm: TFindForm
- Left = 375
- Top = 117
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Find'
- ClientHeight = 92
- ClientWidth = 388
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 15
- object Prompt: TLabel
- Left = 8
- Top = 16
- Width = 58
- Height = 15
- Caption = '&Find What:'
- FocusControl = SearchEdit
- end
- object SearchEdit: TEdit
- Left = 72
- Top = 12
- Width = 305
- Height = 23
- MaxLength = 45
- TabOrder = 0
- OnChange = SearchEditChange
- end
- object FindBtn: TButton
- Left = 60
- Top = 56
- Width = 84
- Height = 28
- Caption = 'Find &First'
- Default = True
- TabOrder = 1
- OnClick = FindBtnClick
- end
- object NextBtn: TButton
- Left = 152
- Top = 56
- Width = 84
- Height = 28
- Caption = 'Find &Next'
- TabOrder = 2
- OnClick = NextBtnClick
- end
- object CloseBtn: TButton
- Left = 244
- Top = 56
- Width = 84
- Height = 28
- Cancel = True
- Caption = 'Close'
- TabOrder = 3
- OnClick = CloseBtnClick
- end
- end
-